home *** CD-ROM | disk | FTP | other *** search
- package sun.misc;
-
- import java.nio.ByteBuffer;
-
- final class Perf$1 implements Runnable {
- // $FF: synthetic field
- static final boolean $assertionsDisabled = !Perf.class.desiredAssertionStatus();
- // $FF: synthetic field
- final ByteBuffer val$b;
- // $FF: synthetic field
- final Perf this$0;
-
- Perf$1(Perf var1, ByteBuffer var2) {
- this.this$0 = var1;
- this.val$b = var2;
- }
-
- public void run() {
- try {
- Perf.access$100(Perf.access$000(), this.val$b);
- } catch (Throwable var2) {
- if (!$assertionsDisabled) {
- throw new AssertionError(var2.toString());
- }
- }
-
- }
- }
-